home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / recipe.dxr / 00042_Help Tab Behavior.ls < prev    next >
Encoding:
Text File  |  2000-03-23  |  206 b   |  15 lines

  1. property pDestination, pSpr
  2.  
  3. on beginSprite me
  4.   pSpr = sprite(me.spriteNum)
  5. end
  6.  
  7. on mouseDown me
  8.   global gLastHelp
  9.   if gLastHelp = 2 then
  10.     goToLabel("Help2")
  11.   else
  12.     goToLabel("Help")
  13.   end if
  14. end
  15.